home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 June
/
Macworld (1998-06).dmg
/
Shareware World
/
Utilities
/
Video
/
MVEMVC
/
MyVidEditor 2.1
/
Scripts Folder
/
Add 2 movies script
< prev
next >
Wrap
Text File
|
1998-02-01
|
313b
|
7 lines
tell application "MyVidEditor©"
activate
if Add movie file "Macintosh HD:secondmovie" with movie file "Macintosh HD:firstmovie" to movie file "Macintosh HD:resultmovie" then
if Flatten movie file "Macintosh HD:resultmovie" to movie file "SecondHD:Result Folder:result flattened" then
end if
end if
end tell